;; We'll insist that the number be followed by a colon or closing
;; paren, because otherwise this matches just about anything
;; containing a number with spaces around it.
- ("\n\\(Error\\|Warning\\)[ \t]*\\([^:( \t\n]+\\)\
-[:(][ \t]*\\([0-9]+\\)[:) \t]" 2 3)
+ ("\n\\(Error\\|Warning\\)?[ \t]*\\([^:( \t\n]+\\)\
+[:(]?[ \t]*\\([0-9]+\\)[:) \t]" 2 3)
;; 4.3BSD lint pass 2
;; strcmp: variable # of args. llib-lc(359) :: /usr/src/foo/foo.c(8)